__This error "Error: Invalid SL requested" appears when the requested SL level is above Ask for buys or below Bid for sells. What stops do you use, short stops? Because on the EA you posted above they are like 15 and 30 pips and in this case Ask will be far away from the potential SL.[/quote:12qgpw76]
I put 10, 15, 50 pips, he was giving me this message. SL 0 pips also causes him to change the SL to the entry price.
Posts made by tcanuto
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
The error appears when I run this in the demo account, not tested in backtest, because for me it did not work on backtest. Please check demo account.
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
I believe you can understand if download my project and test on your platform. Had forgotten to tell you the message of the expert.
message:
2014.01.10 12:11:26 TCF Swing Trader HA Real v2.7 EURUSD.e,M1: Error: Invalid SL requested (1.36824 for open price 1.36821)
2014.01.10 12:11:25 TCF Swing Trader HA Real v2.7 EURUSD.e,M1: Error: Invalid SL requested (1.36831 for open price 1.36821)
2014.01.10 12:11:25 TCF Swing Trader HA Real v2.7 EURUSD.e,M1: Operation details: Speed 797 ms
2014.01.10 12:11:25 TCF Swing Trader HA Real v2.7 EURUSD.e,M1: modify #62518643 buy 0.01 EURUSD.e at 1.36821 sl: 1.36821 tp: 0.00000 ok -
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
Ok So my logic is correct. But this and the code? Please find attached the indicator.
......
Heiken Ashi Real.mq4 -
RE: Help, Delete Stop Loss SLposted in Bug Reports
fxDreema I'm sorry, but I understood what he meant. I need not put SL in the opening price.
-
RE: Block "No Trade is Running" seems not to work correctly.posted in Bug Reports
Hello fxDreema. In my project, this block is not working. I want only the first order is open to buy, if it is already open, do not open any more buy order. Vice versa to Sell.
My project: http://fxdreema.com/shared/bf8YKyzZc
-
RE: Help, Delete Stop Loss SLposted in Bug Reports
I'm having this same problem. When I put the SL 0 (zero), it puts SL in the opening price of the order, and does not cancel the SL. What's going on? Does the error code?
My project is this: http://fxdreema.com/shared/UgLQV6Xgd
-
RE: Problem with custom indicator "open error"posted in Bug Reports
I did as requested, but still it is not possible not more than 10 imput parameters.
-
RE: Problem with custom indicator "open error"posted in Bug Reports
__Another problem. I can only send 10 parameters[/quote:258o2nzy]
I keep having this same problem. Does not save more than 10 parameters.Regarding data types, thank you for remembering, because this information is important.
-
RE: Problem with custom indicator "open error"posted in Bug Reports
__Oh, it looks like MT5 shows not the real variable names, but they "friendly" names. In mq5 these are written as a comment just after the variable definitions and they can contain any text. Try with some names close to these, but containing only latin letters, numbers and "" and starting with "" or a latin letter.[/quote:3rf6kwxe]
Okay I see that has not been solved this problem. Nor can we know what is the name of the external variable because I have only the. Ex5 of the indicator.
How do I work the previous way in custom indicator? -
RE: Problem with custom indicator "open error"posted in Bug Reports
Another problem. I can only send 10 parameters
-
RE: Problem with custom indicator "open error"posted in Bug Reports
Thanks, added the window with all data, yet still with the same problem. Could you check?
See if this correct. It is the same indicator.
-
RE: Problem with custom indicator "open error"posted in Bug Reports
Hi I am having the following problem in my project to open a custom indicator in ex5.
Diario:
The error is this: 22/11/2013 12:12:03 Tester expert file open error [2]Journal:
2013.11.22 12:19:43 2013.11.01 00:03:11 Error: Indicator not handled. (handle=-1 | error code=4802)
2013.11.22 12:19:43 2013.11.01 00:03:11 cannot load custom indicator 'roman5_heikenashi_ts_indicator' [4802]
2013.11.22 12:19:43 loading of roman5_heikenashi_ts_indicator EURUSD,M1 failedHere is the link of my project is testing: http://fxdreema.com/shared/nqaySRYvb
Attached is also the custom indicator.
-
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
I'm sorry. Was the translator's error, I guess. I need an example of functional project based here:
__
First - Trigger the SL based FractalChannel.
Second - After the activated FractalChannel released to activate the breakeven and never come back to trigger SL by FractalChannel.
Third - After triggered breakeven released to activate the TrailingStop and not return activate and neither BE nor by SL FractalChannel.[/quote:3p006de4]Segue novamente em anexo o indicador FractalChannel.
......
FractalChannel.mq4 -
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
Hello fxDreema
Please give me an example of functional project? Because I thought would know, but do not know how to do this.
-
RE: Multiply choice options in an external parameterposted in Questions & Answers
Yes .. could be done with a block would be representative of other blocks, and through this block representing the blocks would be triggered connected to this or not. An example is when I use a block "Condition" true or false to enable or disable the strategy.
-
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
Ok Thank fxDreema. try these two options. Thank you.
-
RE: Multiply choice options in an external parameterposted in Questions & Answers
Could add this feature in fxDreema for MT5? With this we can make an excellent EA with practicality and more possibilities to do tests and optimizations, not having the need to make multiple versions of an EA.
-
RE: Multiply choice options in an external parameterposted in Questions & Answers
Hello fxDreema.
How do I put multiple options in a parameter external indicators instead of numbers or true and false?
See the picture below for what I mean.
http://trajectablog.files.wordpress.com/2013/11/trajecta-mini-robo-tela-de-setup-de-estrategia.png
-
RE: Swing Trade EA using Heikin Ashiposted in Questions & Answers
I mean well, so you can better understand.
First - Trigger the SL based FractalChannel.
Second - After the activated FractalChannel released to activate the breakeven and never come back to trigger SL by FractalChannel.
Third - After triggered breakeven released to activate the TrailingStop and not return activate and neither BE nor by SL FractalChannel.