- Search Crypto Craft
-
Jagg replied Apr 24, 2020What do you mean @kette? Adding fib level(s)? You can do that already in the indicator parameters...
Pictures marked with (2) and (3) are optional - these steps are for "eye candy reasons" to have a colored fibline (and this ...Auction Market Theory and Market Profile
-
Jagg replied Apr 22, 2020The best one is VP - info/download url (link to an install site -en- is there also - you have to compile the VP.mq5 file)
MT5 Indicators and EAs
-
Jagg replied Apr 20, 2020The updated one is still there on steve's forum - download it there if you want... url
I will code your EAs and Indicators for no charge
-
Jagg replied Apr 19, 2020read again my post... this is your solution. You have to change the these two marked values "RowPri" and "RowSec". Here shown for you when you are on the M5 timeframe chart - do/change/increase these values for all other timeframes as well when you ...
Auction Market Theory and Market Profile
-
Jagg replied Apr 19, 2020You have to adapt/increase the RowHeight parameter(s) ("RowPri" column - or "RowSec" when you changed SymbolSecondary accordingly when used on none forex symbols) in the M**_Parameters input options (and increase the update interval also)
Auction Market Theory and Market Profile
-
Jagg replied Apr 14, 2020Added a check if the objectname of a rectangle starts with "Rectangle" (which manually drawn rectangles do) - if yes the indicator extends the rectangle - if no (rectangle objectname don't start with "Rectangle" the indicator do not extend the ...
I will code your EAs and Indicators for no charge
-
Jagg replied Apr 8, 2020small bug found - please download the indicator above again and overwrite your old one...
I will code your EAs and Indicators for no charge
-
Jagg replied Apr 8, 2020Modified the RoundLevels indicator from earnforex for you...
I will code your EAs and Indicators for no charge
-
Jagg replied Apr 8, 2020Looks like you have too little data... What setting you have in mt4 > options?
1H Swing Trading on EURUSD
-
Jagg replied Apr 8, 2020How does your M5 chart look? You set 'MaxBarsBack' to what?
1H Swing Trading on EURUSD
-
Jagg replied Apr 8, 2020The script from ovo do all that more or less automated... Drop that script from ovo (OfflineTestHelper.ex4) to your already generated offline/renko chart. This will add a new "fake mt4 server" and convert your renko data to a "M1 timeframe" - you ...
Renko BackTest (RenkoToCSV.mq4)
-
Jagg replied Apr 6, 2020I think SynchroChart_Line.mq4 (use google translate) indicator is the better one ...
copy and paste objects
-
Jagg replied Apr 6, 2020Thanks for the heads up and nice to see a new posting from you here

Metatrader5 and Python
-
Jagg replied Apr 5, 2020They are only there in M5 1) Download the updated package #398 2) Overwrite all existing files 3) Open an EURUSD chart and apply the template from my zip 4) switch to M5 - dots should be there
1H Swing Trading on EURUSD
-
Jagg replied Apr 4, 2020sure, no problem... SMA is still more or less the version from this thread and for the MTF StochRSI indicator I modified an MTF RSI indicator from mladen. For this you have to use my template/indicators above. BUT these dots are only a ...
1H Swing Trading on EURUSD
-
Jagg replied Apr 4, 2020I've put together an "all in one" package/template including a new MTF MyStochRSI indicator version. SmaSRSI96 in main chart and the MyStochRSI indicator lines in subwindow are programmed in a way they only show when we are in a M5 or H1 chart ...
1H Swing Trading on EURUSD
-
Jagg replied Apr 3, 2020Don't know if I got it now but adding a "total pips display" and a 50% level isn't something I'll add at the moment, sorry. (for the 50% level you could take the in build fib tool from my tool) But you can have a look at the version from jeanlouie ...
[MT4] Changing the visible timeframes of multiple objects?
-
Jagg replied Apr 2, 2020the calcualtion with your indicator is done only once per new bar, correct, but you do the for loop (hardcoded) 1000 times on each new bar - when only the 2-3 last bars are really needed for the calculation. So I made a version where you can set ...
1H Swing Trading on EURUSD
-
Jagg replied Mar 31, 2020Sorry, I don't understand what you mean here...
[MT4] Changing the visible timeframes of multiple objects?