Forum

Issue with BUYSTOP and SELL STOP orders?

Hi guys, Am trying to create a simple EA that sets pending buy/sell STOP orders at previous bar high & low. See below extern bool TradeOnClose = true ; extern int MagicNo = 144500 ; extern double Lots = 0.01 ; extern int SL = 20 ; extern int TP = 60 ; void OnTick

Create MT4 indicator from NinjaTrader feed

Hi guys- I was wondering if there was a) a way to connect feed MT4 data from NinjaTrader (volume data) and then b) create a real-time indicator from this data? I have googled and there are few MT4 <--> Ninja bridges (allowing you to send orders from Ninja ----> MT4 using MT4's feed) This doesn't

Draw ARROW on open trade (manual trade open)

Hi guys, I am a beginner so please excuse my lack of coding skills! First- I have created an EA to CLOSE all positions using a button on the chart (close all trades button) In this same EA I also want it to draw arrows on the chart when I open new positions manually. So I am trying to add an arrow