this may be somewhat useful...…..found somewhere I don't rememberIn2Blues wrote: Sun Sep 27, 2020 3:56 pm Is there nobody who can help me with this request?
Or is my post in the wrong area (sorry if it is)?
Maybe I can break it down better.
The EA does not need to enter trades. I do that myself.
I have an EA that does some of what I want but it sets the Stop Loss and Profit Target for all open trades on all charts. That doesn't work for me as it doesn't make sense to set those parameters the same on different currencies or time frames. A 10 pip Stop Loss would never work on the daily chart, for example.
Since I don't have the MQ4 file I can't change anything permanently.
What I need is an EA that will:
1) Work on the current chart (this way I can use different settings on different charts)
2) Work on all time frames
3) Close the trade on the current chart if either my Stop Loss, Trailing Stop, or Profit Target is hit.
The inputs should be changeable by me.
For example:
Variable ......................... Value
------------------------------
Set_Stop_Loss ............. True or False options
Stop_Loss_Type .......... "1" or "2" (1=Fixed Pips and 2=ATR Multiple)
Fixed_SL ........................ 50 (default number of pips that I can change)
StopLoss_ATR ............. 1.5 (default ATR multiple that I can change)
Set_Trailing_Stop ....... True or False options
Trailing_Stop_Type .... "1" or "2" (1=Fixed Pips and 2=ATR Multiple)
Fixed_TS ........................ 50 (default number of pips that I can change)
TrailingStop_ATR ....... 1.5 (default ATR multiple that I can change)
Set_Profit_Target ....... True or False options
Profit_Target_Type .... "1" or "2" (1=Fixed Pips and 2=ATR Multiple)
Fixed_PT ........................ 150 (default number of pips that I can change)
ProfitTarget_ATR ....... 1.5 (default ATR multiple that I can change)
ATR_Timeframe ......... "0" to "9" (0=Chart 1=M1 2=M5 3=M15 4=M30 5=H1 6=H4 7=D1 8=W1 9=MN)
ATR_Period .................. 14 (default number that I can change)
I don't need any kind of alert.
I hope this clarifies it a bit better.
I want to use it on multiple time frames, multiple currencies, and multiple strategies. The changeable variable values will let me do that.
Thanks in advance for any help you can provide.
Attachments forums
Re: Simpler EA request
9Rango9, Mon Nov 02, 2020 9:10 pm