- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Sep 18, 2013
Not only that, but the 4 losses come together. With the straight lines on the graph, it suggests that either losing positions were added to, or multiple positions held while losing until they went into profit. The report and graph really tells us ...
Please help me create EA
- Gumrai replied Sep 17, 2013
I don't know if this may be of any help url source file appears a few posts later, it would need some modification as it was a work in progress that wasn't completed. I was very new to coding at that time
Need martingale EA like this
- Gumrai replied Sep 17, 2013
Shouldn't lastprice be an array? Seems to me that you are comparing the iClose of a symbol with the iClose of the previous symbol in the loop.
Symbol price indicator (Dashboard)
- Gumrai replied Sep 17, 2013
At first glance that looks impressive, but then you realise that it is 21,000 profit on a 5,000,000 account So that is 0.4%, on a $1,000 account, that would be $4, not quite so impressive.
Please help me create EA
- Gumrai replied Sep 16, 2013
I am glad that you recognised the sarcasm. Hanover is a highly respected and valued member of this forum and we are in danger of losing him because he receives so many requests that don't even include the simple word "please" A request without a ...
Stochastic Momentum Indicator- SMI
- Gumrai replied Sep 16, 2013
There is a saying, "Those who can't do, teach" I believe that Al Brooks proves that "Those who can't teach, can do"
Anyone Study Al Brooks' Price Action Course?
- Gumrai replied Sep 16, 2013
Hi Hanover, Thanks for all the great work that you do absolutely free, it is much appreciated. This indicator doesn't update properly. I have tried to modify the code, but I am too stupid to be able to sort it out. Unfortunately, I am so arrogant ...
Stochastic Momentum Indicator- SMI
- Gumrai replied Sep 16, 2013
Thanks FerruFX, it's not something that I have ever tried before, so I didn't know how
Seems like my combination indicator returns the same values in the data window, so it appears to be working properly. Only thing is that my indi ...OSMA BB Trigger
- Gumrai replied Sep 15, 2013
This peaked my interest s I had a go at coding an indicator that combines the OsMA and Bollinger bands using data from the OsMA. I'm not sure if this is correct or not and I don't know what settings you use in your chart Magix. I think that this may ...
OSMA BB Trigger
- Gumrai replied Sep 15, 2013
BTW How do you get the BB applied to the OsMA indicator window. If I try to drag BB or Bands to the indicator window, it still applies to the main chart.
OSMA BB Trigger
- Gumrai replied Sep 15, 2013
Interesting question. I don't know if there is a simple way to do this. I would guess that the bollinger indi code would need to be modified so that it calculates based on the OSMA values.
OSMA BB Trigger
- Gumrai replied Sep 15, 2013
Ah, I know what you mean. The OP specifically asked for a Label, but what you want is an Arrow. If/when I have time I will see what I can do if nobody else comes up with an indicator meantime.
Moving Averages value label
- Gumrai replied Sep 15, 2013
I have only read his first book, Reading price charts bar by bar. To be honest the way the book is laid out is a disaster and extremely difficult to follow. He writes about stuff and gives example charts and you don't have a clue what he is talking ...
Anyone Study Al Brooks' Price Action Course?
- Gumrai replied Sep 15, 2013
I don't know if this is what you are looking for. The label displays the current value. MA_Method is 0 - SMA 1 - EMA 2 - SMMA 3 - LWMA LabelPosition is in case you put more than 1 instance of the MA on the chart. If you put another instance with ...
Moving Averages value label
- Gumrai replied Sep 14, 2013
It helped me as well
Thanks to the pointer from FerruFx, I learned a bit more about coding.Question about String manipulation in mql
- Gumrai replied Sep 13, 2013
Basically it is reducing measures intended to stimulate the economy. Here's an article that explains it. url
What is tapering?
- Gumrai replied Sep 13, 2013
Is the trend line there if you switch back to the M30 chart? If you place a trendline on another time-frame does it also disappear or is this just restricted to lines on a M30 chart?
Trend Lines disappear when changing TF
- Gumrai replied Sep 12, 2013
Good thinking FerruFx. So James will need to use 2 functions string text ="varTvarTest;test221"; int find = StringFind(text, ";", 0); string newtext = StringSubstr( text,find+1,0); Alert(newtext);
Question about String manipulation in mql
- Gumrai replied Sep 12, 2013
Well, I would call that a double top. Just be aware that price is entering a zone that has proved to be S/R in the past image
Is this a correct Double Top? AudCad Daily