
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
A trailing buystop or a trailing sellstop which follows like a trailing stoploss, but for an entry when the spike or the market reverses.
Do you want to work with pending Stop orders in the MetaTrader 5 terminal? Do you want to push the pending Stop order all the time from the current price?
Hi, i have idea but im not a programer. Somebody can help me code like below:
1- All RSI signals appear <20 and at the same time Stochatics <15, Buy.
2- All RSI signals appear> 70 and at the same time Stochatics> 80, Sell.
3- If the price exceeds 10 pips, then add an order (Lot = Lot * 1.52)
Options: TP, SL, MaxTrade, Trailing Stop, Lot...
Thanks you
Hi, i have idea but im not a programer. Somebody can help me code like below:
1- All RSI signals appear <20 and at the same time Stochatics <15, Buy.
2- All RSI signals appear> 70 and at the same time Stochatics> 80, Sell.
3- If the price exceeds 10 pips, then add an order (Lot = Lot * 1.52)
Options: TP, SL, MaxTrade, Trailing Stop, Lot...
Thanks you
How long have you been trading this strategy in MetaTrader 5? Any results?
How long have you been trading this strategy in MetaTrader 5? Any results?
Result 9/10 for EU pair. Balance 1k->6k for a year.
Result 9/10 for EU pair. Balance 1k->6k for a year.
Good. I think the weekend will be the code.
Hi, i have idea but im not a programer. Somebody can help me code like below:
1- All RSI signals appear <20 and at the same time Stochatics <15, Buy.
2- All RSI signals appear> 70 and at the same time Stochatics> 80, Sell.
3- If the price exceeds 10 pips, then add an order (Lot = Lot * 1.52)
Options: TP, SL, MaxTrade, Trailing Stop, Lot...
Thanks you
iStochastic iRSI EA
Trading strategy idea
Hi, I have idea for utilities EA (MQL5) for open large order
Reference from problem to open large order have problem with max lot from broker limited
example EA trade 256 lot but broker limited max lot = 50 lot
May be make EA can do all-in-one 1 ea. or may be separate to many EA.
A. EA open large over max lot because broker limited by method using split max lot order
example open order 128 lot (broker limit 50 lot) so, EA split 50+50+28 (=128)
B. EA open large over max lot because broker limited by method using split each order same
example open order 128 lot (broker limit 50 lot) so, EA open order each 1 lot x 128 time (1+1+1+1+..... =128)
and for can close order easy, Some large order can not close easy and have slippage a lot id close all large lot in one time, then split to small order and close small one easy
C. EA close large order by close small order util close all
example from big size order 50 lot then close order 0.1 lot x 500 time
close by 50 lot may be got slippage problem and close 0.1 may be fast and can close order.
Thank you
@ Vladimir Karputov,
The explanation of the T3 deviation is https://www.mql5.com/en/code/20695:
''The calculation is not a Standard Deviation smoothed by T3. Instead it uses intermediate steps of T3 calculation to get the deviation based on T3. As expected the deviation calculated this way is much smoother than the Standard Deviation is "faster" in response to market changes.''
And the explanation of Zero lag T3 is https://www.mql5.com/en/code/20684 :
''Zero lag T3 also uses the "zero lagging" method to make it even faster and to keep the smoothness.''
My request is can you re-code the T3 deviation with Zero lag T3 ? My expectation is to have a faster T3 Deviation meanwhile keeping the same smoothness, it has great potential.Thanks.
@ Vladimir Karputov,
The explanation of the T3 deviation is https://www.mql5.com/en/code/20695 :
''The calculation is not a Standard Deviation smoothed by T3. Instead it uses intermediate steps of T3 calculation to get the deviation based on T3. As expected the deviation calculated this way is much smoother than the Standard Deviation is "faster" in response to market changes.''
And the explanation of Zero lag T3 is https://www.mql5.com/en/code/20684 :
''Zero lag T3 also uses the "zero lagging" method to make it even faster and to keep the smoothness.''
My request is can you re-code the T3 deviation with Zero lag T3 ? My expectation is to have a faster T3 Deviation meanwhile keeping the same smoothness, it has great potential.Thanks.
Sorry, I can’t understand: "Where is the trading idea here"? (Please read the first post on this topic)
It is a complicated idea.The idea is to have more responsive(faster) but smoother bands for trading.Or maybe use it as adaptive filter in moving average calculations,similar to vhf adaptive T3 etc...
But nevermind I think it is better to take it Freelance section.I will do that in the near future.