- Search Crypto Craft
- 920 Results (52 Threads, 868 Replies)
-
Help Needed With Xls Script
Started Nov 10, 2008|Commercial Content|7 replies
Hi guys....I have a great excel script for measuring the strenght of currencyes wich I have ...
-
FOREXflash replied Nov 8, 2008Dont get mad at me, but candlesticks are one of the biggest jokes in trading.....they are there just to keep you away from the PA.
Trading naked or keep it simple stuff....
-
FOREXflash replied Nov 8, 2008Ok....Ill go to bed now, and tomorow Ill look through code, and test this baby to see how it performs....thanks again bro. Respect
100% Win Math Grid Ea
-
FOREXflash replied Nov 8, 2008I know that ordering is good.....if you have enough margin in account for multipliying levels until price breaks the TP/SL you WILL come out in profit! So logics is OK. edit: I really didnt looked good at your idea/problem, but I will do that when I ...
100% Win Math Grid Ea
-
FOREXflash replied Nov 8, 2008I looked fast through code......I see it uses alexcud indicator....??? Is it hardcoded into ea? It is hard to go through code partialy writen in foreign language. Could you please explain a bit more this ea!?? Thanks for the revision bro
100% Win Math Grid Ea
-
FOREXflash replied Nov 8, 2008I already said that using 1 level eats margin the fastest way at least 2 times in this thread!
100% Win Math Grid Ea
-
FOREXflash replied Nov 8, 2008I used CC cos it is much more responsive to price. This is new so I havent tested it at all. Ea have ext variable ORDERS=2, that is a number of max opened trades! possible trades: GBPUSD EURUSD GBPJPY GBPCHF EURJPY EURGBP USDJPY EURJPY USDCHF EURCHF ...
Relative Strength Basket Trading System
-
FOREXflash replied Nov 8, 2008Sorry, but there is no errors......could you be more specific!??
Relative Strength Basket Trading System
-
FOREXflash replied Nov 8, 2008Here is another EA...... Indicator Complex_Common.mq4 is needed for EA to work! Variables: extern int Magic =1803; extern bool Long =true; extern bool Short =true; extern int Orders_=2; extern double Lots=0.1; extern int TP=100; extern int SL=150; ...
Relative Strength Basket Trading System
-
FOREXflash replied Nov 8, 2008Thanks JWentro — Jwentro, thanks for the constant updates......hope you are not angry for not coding your request for new grid, but the reality is that the partial ea you sended to me is simply not good for this type of ordering! I coded so ...
100% Win Math Grid Ea
-
FOREXflash replied Nov 6, 2008infinite123, the logic of the ea is correct, there are many trades at same level simply becouse to cover the other side losses and came out with profit! Regards
100% Win Math Grid Ea
-
FOREXflash replied Nov 5, 2008Sorry, that was a joke......your explanation is extremely hard to understund!Maybe a little better explanation.
Stoploss 0
-
FOREXflash replied Nov 5, 2008Q: What do Indicators Indicate? A: Past!
What do Indicators Indicate?
-
FOREXflash replied Nov 5, 2008You can NOT trade basket based only on my indi! There is no good basket without orest basket indi! Trade only in direction of daily trend! I use ccFp indi to see what the trend is,or it will be, and especialy usefull to detect ranging market! Use my ...
Indicators development for T101's not very simple method
-
FOREXflash replied Nov 5, 2008When you open the indicator, in settings there are all tf to select...... you just select desirable tf. If you think about multiple arows for trend, that is not possible.....the indi gives trend based on used tf, and acording to them calculates ...
Indicators development for T101's not very simple method
-
FOREXflash replied Nov 5, 2008Try to delete file mqlcache.dat from indicators folder, then restart mt4. Regards
Indicators development for T101's not very simple method
-
FOREXflash replied Nov 5, 2008Here is another indicator....... I think that no explanations are needed! You can chose pairs and timeframes at your will. Regards
Indicators development for T101's not very simple method
-
FOREXflash replied Nov 5, 2008Used fonts are: Arial, Tahoma, System and Wingdings(for arrows). Respect
Indicators development for T101's not very simple method
-
FOREXflash replied Nov 4, 2008This ea trade strongest curr against weakest. It is based on x metter, and it will trade any pair......... I know that this is off topic, but maybe someone can use this as a template for the ccfp ea that can trade any pair. Regards
Trading System Using Relative Strength-Part 2