Forum

Help me fix my EA so that it trades once per signal when it hit either SL, TP or trailing stop. I want it to wait for next signal

#property copyright " " #property link " " #property description "Stochastic EA" #property version "1.0" #property strict extern int MagicNumber= 10001 ; extern double Lots = 0.1 ; extern double StopLoss= 50 ; extern double TakeProfit= 100 ; extern int TrailingStop= 30 ; extern int