- Search Crypto Craft
- 3,120 Results (3,111 Replies, 9 Comments)
-
sakisf replied Apr 24, 2019Sorry can't do mtf without the source of graalun.
I will code your EAs and Indicators for no charge
-
sakisf replied Apr 24, 2019Try it out (GraalUn indi should stay in your indicators folder): image
I will code your EAs and Indicators for no charge
-
sakisf replied Apr 19, 2019I might. I don't use them to take trade positions anyway.
I will code your EAs and Indicators for no charge
-
sakisf replied Apr 19, 2019There's no reading material, it works like this, pretty simple:
I will code your EAs and Indicators for no charge
-
sakisf replied Apr 11, 2019I never do that (give advice to anyone) since I rarely follow it myself - though I know now my limits with regards to trade management and discipline. But I had a discussion with a guy couple hours ago and he made me angry telling me to short ...
Stop searching for the 'Holy Grail', work on yourself!
-
sakisf replied Nov 2, 2018Add an if statement in your code to confirm prior to placing the order that no other open trade with the same MagicNumber exists.
Handling requotes in MT4
-
sakisf replied Oct 14, 2018OBJPROP_BACK, true the first item you dont care for, OBJPROP_BACK, false the item you want always in foreground.
how to code a label object to stay on top of another label?
-
sakisf replied Oct 5, 2018It is based on atr of X periods & bull/bear price movement combined with bullish/bearish volume at 50% of the total value assigned by atr. i.e. NZD finishing it's bullish cycle or wave has moved down while at the same time uj & uchf finished their ...
Currency Strength Indicator
-
sakisf replied Sep 21, 2018Watch the angles. Cad, Jpy & Chf are inversed. Benchmark is as given. Need history at desired TF for each of the main + benchmark.
Currency Strength Indicator
-
sakisf replied Sep 14, 2018equinix ny is down, not only aussie brokers are affected
IC Markets connect failed @ 2018.09.14 19:04:05.914
-
sakisf replied Sep 13, 2018The speed/disk IO would be approximately the same, depending on how often you change a GV (or flush them) or have it write the settings to csv. If you want to save other data (rates etc) probably you shouldn't use GVs. I haven't found any ...
Questions regarding global variables (and some other stuff)
-
sakisf replied Sep 13, 2018This is what I do to share the GV between indis/eas: (Globals) enum calcmodus { mod1 = 0, // HL mod2 = 1 // OC }; extern calcmodus calcmode = 0; // Calculation mode HL/OC extern int pr = 6; //Smoothing period (Init) if ...
Questions regarding global variables (and some other stuff)
-
sakisf replied Sep 13, 2018You can't, bid and ask are not saved in mt4, only in mt5 as you were told. Unless you capture the information in a csv and recall it.
iBid iAsk in MT4
-
sakisf replied Sep 11, 2018Made the final version. Now you see the highest bracket high was in, lowest bracket low was in, and in black the close. Added comparison to past candles by default i.e. if previous candle was 50% above x-2 and -50% below x-2, it will only look to ...
TOP 100 best indicators: post good indicators here
-
sakisf replied Sep 10, 2018Made some adjustments. Now percentages refer to possible High/Low of current candle based on history, to identify extreme levels (anything <30% should be considered extreme) for fading strength or exiting a trade. First percentage is the possibility ...
TOP 100 best indicators: post good indicators here
-
sakisf replied Sep 10, 2018This one counts all the chart bars and counts the recurrence of consecutive bars to one side (i.e. 1-12 bullish / bearish bars in sequence), the % of their appearance and average length in pips.
TOP 100 best indicators: post good indicators here
-
sakisf replied Sep 8, 2018Numbers from -2 to 2 represent percentages (*100) relative to size and mid of previous bar. 0% of the fib lines is the mid of the previous bar. So if it says 22% in the text below 20/40 it means that previous closes for x periods (1000 by default) ...
TOP 100 best indicators: post good indicators here