- Search Crypto Craft
- 3,120 Results (3,111 Replies, 9 Comments)
-
sakisf replied Sep 6, 2018static int blabla = 0; static datetime m1time = 0; if(m1time < iTime(NULL, 1, 0)) { m1time = iTime(NULL, 1, 0); blabla = Minute(); switch (blabla){ case 11: test = true; break; case 15: test = true; break; case 18: test = true; break; } }
How to compare a single value to multiple options?
-
sakisf replied Sep 5, 2018Thanks for the idea
Not exactly same as FD but on same principle. edit: did a small fix.TOP 100 best indicators: post good indicators here
-
sakisf replied Sep 3, 2018Try these for your top 10k indis! Btw if you decide to leave drawings on, red arrow down = avoid longing this bar, blue arrow up = avoid shorting this bar, they are not signals to long or short.
TOP 100 best indicators: post good indicators here
-
sakisf replied Aug 2, 2018Long is 64-bit, int is 32-bit. Use int for this case (leverage cannot go above 2147483647).
Resolve specific MT4 warning "possible loss of data due to..."
-
sakisf replied Aug 2, 2018AccountInfoInteger is a long type, you should do (int)AccountInfoInteger.
Resolve specific MT4 warning "possible loss of data due to..."
-
sakisf replied Aug 2, 2018I meant simple way to do without GVs but this won't hold any values if you restart MT4 or initialize the indi. If you want you can show me via pm which parts you might need fixing. I have it (the EA) on my charts atm, the faulty parts are the max ...
Simplified algo for calculating relative DD?
-
sakisf replied Aug 1, 2018Simple: In globals: int CheckSeconds = 10; // or whatever static double equityhigh; In onInit: equityhigh = AccountEquity(); In onTick: bool new_check = false; static datetime recheck_time = 0; if (TimeCurrent() >= recheck_time + (CheckSeconds)) { ...
Simplified algo for calculating relative DD?
-
sakisf replied Jul 30, 2018You can use shortcuts in this form: C:\Windows\System32\cmd.exe /c start "Oanda" /affinity 2 "H:\Oanda\terminal.exe" /portable Affinity takes the processor hex number, you should convert processors like this (on 12 processor for example): 00000001 = ...
Computer Question
-
sakisf replied Jul 30, 2018Get a 6 or 8 core proc (ryzen) and assign each mt4 instance to a separate processor. Ram would only be high if your indis put alot of gfx on display (lines/rectangles/labels etc), otherwise they just need cpu. I am hitting tops 400-500 mb's on 17-50 ...
Computer Question
-
sakisf replied Jul 11, 2018We mature earlier here because of the sun, thanks for noticing!
Pivot Trading
-
sakisf replied Jul 11, 2018<troll mode on> Hi Davit, would you take this off the pivot for R78? Thanks! image <troll stays on>
Pivot Trading
-
sakisf replied Feb 26, 2018Try with these. Based on 1m volume for anything <= H1 so get as much 1m data as possible.
Hey...what about Volume?
-
sakisf replied Jan 16, 2018Thanks
It needs custom zigzag like some?I will code your EAs and Indicators for no charge
-
sakisf replied Jan 16, 2018Anyone has a working version of this indicator? Thanks.
I will code your EAs and Indicators for no charge
-
sakisf replied Jan 16, 2018Pepperstone has razor thin spreads on eur/usd usd/jpy aud/usd. Rest is comparable to fixed spread brokers. So if you plan to trade anything but these pairs, steer away because they haven't lowered their commissions like the competition and they are ...
Pepperstone Razor Average Spreads Not Matching Live Data?