[Archive] Learn how to make money villagers! - page 840
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
Elisavetka, bad results in the tester can ruin a lot of ideas, everyone knows the tester is Achtung !!!
Elisabeth, It's in my Test, and why ? there are so many components sensitive to kotirvkam, 4 and 5 signs and then differently, not in different directions of course, but the input is different, in general the test is impossible. I love you, for your optimism!
)) thank you)
Why not? You don't have him as a pipsizer.... What timeframe does it work on?
Those who understand will understand ... details here
turkey first from the top http://www.invest74.ru/trade_systems2.php
there was a discussion, but it's gone here https://www.forex-tsd.com/manual-trading-systems/19463-1-minutes-incredible-scalper-system.html
HelloBeerGod, maybe you can share your Expert Advisor for testing, I think many people will be grateful to you.
I am not going to do it, because I will get a lot of requests for revisions, and I have done it for myself in my spare time, but there are no secrets, everything is stupidly simple...
{ // double TpUp = NormalizeDouble (iCustom(NULL, 0, "NRTR_Rosh_v2eAlert_mtf",3,0),Digits); // TP_Buy // double TpDn = NormalizeDouble (iCustom(NULL, 0, "NRTR_Rosh_v2eAlert_mtf",4,0),Digits); // TP_Buy double Up = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",5,0),Digits); // Buy double Dn = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",6,0),Digits); // Sell double Closse = NormalizeDouble (iCustom(NULL, 0, "ZigAndZag(1)",4,0),Digits); // Close double TimeBar = (TimeCurrent()-Time[0])/60; // время в минутах с открытия свечи if ((TimeBar >= TimeBarOpen) && (Up != 0)) double NewBuy = 1; else NewBuy = 0; // условие BUY if ((TimeBar >= TimeBarOpen) && (Dn != 0)) double NewSell = 1; else NewSell = 0; // условие SELL RefreshRates (); }