Nadex Robot EA / Script
Hi
Im looking for a linkup between my Mt4 platform, so when I get a Buy signal from my Indicator it sends 2 x
Buy orders to the Nadex platform.
On reaching The Nadex platform I require it open 2 x Buy At the money orders simultaneously on different symbols.
e.g
1 x Forex and 1x Commodity or
2 x Forex or
2 x Commodity (whatever Symbols are on my Pepperstone Platform.
These need to be stated on the EA before trading starts.
On opening the required symbols orders, trades must only be taken at the give Price levels stated again on the EA before
trading starts. (Between 0 -100).
On orders being placed, an option to close these trades on reaching a Profit level must be available (For this an On / Off
option is required to be set on the EA before trading starts.)
THE OPPOSITE WILL APPLY FOR A SELL SIGNAL.
EA Settings to also include:
An option to trade both Buy and Sell signals simultaneously, When Buy signal is received it ignores the direction and
gives us 4 x orders.
An option on the EA for trading only between certain GMT times to be available.
A Maximum number of trades to be taken if on Auto setting.
Option to be use manually without the use of my indicator signal or auto.
If possible but not essential to pick whether to use ITM , ATM or OTM orders.
Must perform without any errors and via a VPS.
Thanks
Similar orders
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0