- Search Metals Mine
- Hotpotato replied Apr 29, 2015
You are quite right, well done
(But try to do better tomorrow) 
Basket Trading EA
- Hotpotato replied Apr 29, 2015
I made 100 bucks on 0.01 lotsize today. Equivalent to 30.000 on size 3.0. You didn't do that well.

Basket Trading EA
- Hotpotato replied Apr 29, 2015
I'll get back on that. Oke, i am just looking for the post where i explained a bit. Already way back....found it - Load the Kopratasa,BDM and BTM EA's on separate charts. Symbol/period doesn't matter, they will set it to their own. - Set the time in ...
Kopratasa EA & BDM
- Hotpotato replied Apr 29, 2015
User selectable template and period. enum tfs {M1=1,M5=5,M15=15,M30=30,H1=60,H4=240,D1=1440,W1=10080,MN=43200}; extern string usertemplate = "Dash"; extern tfs userperiod = 60; void OpenChart(int ind) { long nextchart = ChartFirst(); do { string sym ...
Dashboard Trading
- Hotpotato replied Apr 28, 2015
No new tools (yet) and i can't remember every change but i will give it a try later on.
Kopratasa EA & BDM
- Hotpotato replied Apr 28, 2015
First of all, if you are calculating a MA every tick there is something wrong with you EA design. As i said in a post after that, "use IMAOnArray on a bar close (new bar open) then you will have correct values. The only time i use tick-level is to ...
Dashboard Trading
- Hotpotato replied Apr 28, 2015
The CHF CCI basket and the Asia+2 buy basket are still running strong. The Asia+2 Sell basket is already closed @ +21.67
Kopratasa EA & BDM
- Hotpotato replied Apr 28, 2015
Sarju, Download is on the first post. Hope i didn't forget something. Rgds.
Kopratasa EA & BDM
- Hotpotato replied Apr 28, 2015
How do you think your broker is generating bid/ask/spread/volume etc. on you demo account, suck it out of his thumb ? No slippage input is a programming oversight.
Dashboard Trading
- Hotpotato replied Apr 28, 2015
Read up on "mt4 order close maximum deviation" It just means that there in no one out there to buy from you or sell to you at the price+deviation you have given. No liquidity. If it is an EA close you have to set a larger slippage.
Dashboard Trading
- Hotpotato replied Apr 28, 2015
Here is the code to open an existing chart OR create a new one. void OpenChart(int ind) { long nextchart = ChartFirst(); do { string sym = ChartSymbol(nextchart); if (StringFind(sym,TradePair[ind]) >= 0) { ...
Dashboard Trading
- Hotpotato replied Apr 27, 2015
For the developers and the sake of the speed of the dashboard(s) calculation and reaction time do some research on the mql functions ArrayCopyRates() and as an example from DingDong's previous post the use of the iMAOnArray() function to replace the ...
Dashboard Trading
- Hotpotato replied Apr 27, 2015
Sarju, didn't forget you ! But... Due to the fact that the standard "cci + has" baskets perform that well over the past few weeks i decided to adapt the BasketWriter first to allow buy and sells in the same basket. I will change the entry system to ...
Kopratasa EA & BDM
- Hotpotato replied Apr 27, 2015
Check your experts tab from time to time. Due to the bad performance of the dashboards the MT4 - 2.5 seconds rule can kick in anytime if your processor has something else to do. It is really unpredictable, it could happen anytime.
Dashboard Trading
- Hotpotato replied Apr 27, 2015
1. Well in Slots you need to have all the charts open because of the EA interface (pin1 & pin2) with the indicators loaded on the charts. In these dashboards there are no indicator interfaces so why have 28 charts open ? 2. No idea, didn't change ...
Dashboard Trading
- Hotpotato replied Apr 27, 2015
Source for button chart open. Go ahead. Btw. This is the worst performing dashboard so have patience when you click on a chart button. Default template "Dash.tpl".
Dashboard Trading
- Hotpotato replied Apr 27, 2015
Yes. And i am also reading the bobokus forum at url
Kopratasa EA & BDM
- Hotpotato replied Apr 27, 2015
Sarju, Yes, the SDS system is up and running. Nothing spectacular but steady gaining and i do not have to look at it anymore. Didn't finish the project on the other forum because there was little feedback, perhaps it was to complicated. regards.
Kopratasa EA & BDM
- Hotpotato replied Apr 27, 2015
I only started one thread on FF so i don't know where you are referring to. If you are talking about this thread, all this is still part of the current system.
Kopratasa EA & BDM