- Search Crypto Craft
-
sangmane replied Jun 14, 2010Yes, it was coded that way, as per OP's request. Check indicator below

Zig Zag Pip Value
-
sangmane replied Jun 11, 2010Hi Lan, Sorry for the delay. Put two files below on indicator folders (replace your original Heiken_Ashi_Smoothed). Restart MT4, put only Heiken_Ashi_Smoothed_Alert on chart. Let me know if it works.
Heikin Ashi Alert
-
sangmane replied Jun 10, 2010Hi Lan, Post the source file (mq4), it should not be difficult to add the alert
Heikin Ashi Alert
-
sangmane replied Jun 9, 2010Hi Ron. The first thing come to my mind is that once EA download the new mqh, EA has to re-compile itself in order to make a new ex4.
Self-updating code?
-
sangmane replied Jun 8, 2010hi king, see if indicator below match your need
Can someone add an Audio Alert to this?
-
sangmane replied Jun 8, 2010for(int i=0; i<limit; i++) your indicator scans signal from right to left. it won't even work in simulator
I have a wonderful indicator
-
sangmane replied Jun 7, 2010I code an indicator named AddZZLegLength. If you put it on chart, it will draw the length of every closed leg in pips. It's not stand alone indicator. You need to put MT4 standarts zigzag indicator on chart to make the zigzag line visible. You also ...
Zig Zag Pip Value
-
sangmane replied Jun 7, 2010Hello, Check MT4 built-in indicator named William Percent Range (Insert-indicator-oscillator). To understand the underlying math of this indicator, see Help on MT4. Select Search tab, and type William). Based on your description, I think this indi ...
Need Help Coding an Indicator MT4
-
sangmane replied May 31, 2010after debugging the code and trying to reproduce the error you have (4051), i found that it happen when EA send order with lot size = 0! and from the code inside EA, the lot will be zero if your consecutive losses more than the number of lot size ...
Need help to modify EA of Lucky7 Strategy
-
sangmane replied May 31, 2010trade4fun, it seems you have not yet understood the explanation on the pic at post #16. according to your recent pic, although the blue line is drawn start from 2010.05.07 08:00 , but this color change occured at 12:00. indicator repaint previous ...
indicator madness. want to go from future to the past.
-
sangmane replied May 30, 2010check the journal tab, if you see "tester: not enough money", EA has been stopped by MT4 (not price hit SL) because there is not enough money to maintain your negatif order (order's lot size is too big and price move against it)
Need help to modify EA of Lucky7 Strategy
-
sangmane replied May 30, 2010hi traderfun, run the attached tester EA on H4. make sure TickBased=True. for strategy tester, use EveryTick option. put HMAColorLine on the chart and watch closely tick by tick when the HMA line's color change from blue to red/red to blue, EA will ...
indicator madness. want to go from future to the past.
-
sangmane replied May 29, 2010Hi Brb, Attached is original Blessing system pdf. The Blessing EA that is being developed on forex-tsd don't use hedging.
SWB Martingale EA
-
sangmane replied May 28, 2010as i said in my first reply on this thread, all you have to do is changing this line : if (FirstLong) with if (lord>0) do that on your original mq4 (make a backup first in case you messed the code), hit compile and test
Help w/ Bug on profitable EA
-
sangmane replied May 28, 2010It works most of the time. Until one day... A few months ago, I have coded an EA using this strategy. If I remebered it correctly, this strategy was under the name Bluestrade. As long as there is enough volatility, it works very well. But when price ...
Simple Hedging
-
sangmane replied May 28, 2010sim, how come i get credit for this fake bonus. fyi, after reading your first post regarding their T&Cs i uninstalled their trading software named VT trader. all profit gone with the wind ps. sim, facing this fact, i think we have to re-schedule our ...
CMS forex bonus thing
-
sangmane replied May 28, 2010from wikipedia: Boiling Nuclear Superheater (BONUS) so, what i have to do with my $37924.51 profit made from that $50 bonus? can i withdraw $500 out of that profit and deposit back to their a$$h**e?
CMS forex bonus thing
-
sangmane replied May 28, 2010pic below show screenshot of HMA slope line, see if you can understand the logic about how the indicator paint the line
indicator madness. want to go from future to the past.