- Search Crypto Craft
- 2,828 Results (164 Threads, 2,664 Replies)
-
reteid2222 replied Apr 10, 2017Sorry, too many requests in the moment!
Trading system using relative strength
-
reteid2222 replied Apr 10, 2017That s my settings to the strategy....any1 other ideas?
Trading system using relative strength
-
reteid2222 replied Apr 10, 2017I know but I think the idea is only to view the 2 currencies...the strength of both to each other is trivial: U see it on the chart....by the way...I correct it for myself...... and coded this ES_Trader strat..... On the first sight...sl 50 and tp ...
Trading system using relative strength
-
reteid2222 replied Apr 8, 2017I have good(?) idea:
Why not put so many indis on 1 chart instead of coding a pure dashboard which shows only the signals like the CCP Diff does?
In the settings the strategy setting like using Weekly, daily and H4 and the ...CCFp weekly signals (set and forget basket trading)
-
reteid2222 replied Apr 8, 2017And I don t think MERLIN did sum wizzard tricks to get a good strategy out of the hat.........




Yes we can talk about this have fun and a cup of tee...... 




AMAZING Strategy!!!
-
reteid2222 replied Apr 7, 2017Yes but with much coding but it is easier to put 4 indis on the chart!
CCFp 5.0 - Currency Strength Indicator
-
reteid2222 replied Apr 7, 2017I found a picture of merlin and sum other repliers here:
AMAZING Strategy!!!
-
reteid2222 replied Apr 7, 2017for (int i=0; i<8; i++) { SetIndexStyle(i,2,EMPTY,3); } Never say never again!
CCFp 5.0 - Currency Strength Indicator
-
reteid2222 replied Apr 7, 2017I m too so sorry that so less is possible in the world....





CCFp 5.0 - Currency Strength Indicator
-
Good online code formater
Started Apr 7, 2017|Platform Tech|5 replies
Just left the mql header with properties and color constants out.... {url}
-
reteid2222 replied Apr 7, 2017Ok...something went wrong...thx 4 the ea! Will test...!!
Extracted Thread (per thread starter's request)
-
reteid2222 replied Apr 5, 2017Nice pictures....could you please tell us something about your trading style...tp...sl for all, for the pairs....what else....would be great!
CCFp weekly signals (set and forget basket trading)
-
reteid2222 replied Apr 5, 2017What would u learn from lines like this?? int colorCalc(double ad_0) { ....int color_12; ....int lia_8[19] = {-9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; ....if (ad_0 <= lia_8[0]) color_12 = Sell_color9; ........else { ...
CCFp weekly signals (set and forget basket trading)