Semi-auto on chart trading Algo for NT8(NinjaTrader 8) -- 2
Budget: $30 – $250 USD
I am looking to build algo for semi-auto trading system. I am looking to have 2 buttons on the chart "BUY" and "SELL". I can manually select when to engage BUY or SELL algo logic. Again I repeat that NO BUYs or SELLs are to be triggered unless its been manually engaged on the chart.
Here is the logic. should be fairly simple.
It will trade range charts. so I want to be able to use on any range chart.
logic as follows for BUY trade;
Current Candle up(bullish) Close>Open
Limit BUY order sitting at the open of the next candle(since its a range chart we should know ahead of time where the close of that range candle should be)
IF the aobve logic failes THEN cancel limit order up on close of the current bar
When Limit buy order is triggered Reverse at Stop limit will be set at the same time
Reverse at stop needs to be canceled as soon as BreakEven is engaged or Target Profit one is hit.
I want STOP LOSS and REVERSE at STOP order to be a LIMIT order and always attached together. (see picture for example)
when reverse order trade is triggered there will be 3 target profits
When reverse trade is trigger there will be NO REVERSE AT STOP. just a regular Stop Loss
Option in properties setting:
Target Profit 1: x ticks
Target Profit 1: lot size
Target profit 2: x ticks
Target Profit 2: lot size
Stop Loss: x tick (this will also apply to reverse at stop)
Stop Loss: lot size
Reverse at stop: lot size
Breakeven: x amount of ticks in profit (want an option to enable it or disable it)
Reverse trade option in properties setting:
Target Profit 1: x ticks
Target Profit 1: lot size
Target profit 2: x ticks
Target Profit 2: lot size
Target profit 3: x ticks
Target Profit 3: lot size
Stop Loss: x tick
Stop Loss: lot size
And the opposite logic for the SELL TRADE.
Here is the logic. should be fairly simple.
It will trade range charts. so I want to be able to use on any range chart.
logic as follows for BUY trade;
Current Candle up(bullish) Close>Open
Limit BUY order sitting at the open of the next candle(since its a range chart we should know ahead of time where the close of that range candle should be)
IF the aobve logic failes THEN cancel limit order up on close of the current bar
When Limit buy order is triggered Reverse at Stop limit will be set at the same time
Reverse at stop needs to be canceled as soon as BreakEven is engaged or Target Profit one is hit.
I want STOP LOSS and REVERSE at STOP order to be a LIMIT order and always attached together. (see picture for example)
when reverse order trade is triggered there will be 3 target profits
When reverse trade is trigger there will be NO REVERSE AT STOP. just a regular Stop Loss
Option in properties setting:
Target Profit 1: x ticks
Target Profit 1: lot size
Target profit 2: x ticks
Target Profit 2: lot size
Stop Loss: x tick (this will also apply to reverse at stop)
Stop Loss: lot size
Reverse at stop: lot size
Breakeven: x amount of ticks in profit (want an option to enable it or disable it)
Reverse trade option in properties setting:
Target Profit 1: x ticks
Target Profit 1: lot size
Target profit 2: x ticks
Target Profit 2: lot size
Target profit 3: x ticks
Target Profit 3: lot size
Stop Loss: x tick
Stop Loss: lot size
And the opposite logic for the SELL TRADE.