- Search Crypto Craft
- 920 Results (52 Threads, 868 Replies)
-
FOREXflash replied Mar 26, 2009Dont use a stoploss -> Problem solved
Be careful of IBFX stop hunting.
-
FOREXflash replied Mar 26, 2009ZUP is a most complex indicator out there(russian), and I realy think that indicator by itself can not give signals....it is a great tool, but coding an EA with it is almost imposible.....You will need to give a huge set of rules for the EA to ...
EA / Trading for the ZUP indicator
-
FOREXflash replied Mar 25, 2009Regarding the indicator: Lime = High - Low Red = High - Close Orange = (High - Low)-(High - Close) This was an experiment, and I realy dont use this indicator! Nice to see a thread going in right direction......
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 19, 2009Hi Zen...thanks for offering help! I think that counting lots or number of trades will not work. The solution is to check(when some of the trade hits TP) total loss for both sides(sell & buy), and then execute new hedge..... Bassicaly I want to ...
How to count lots?
-
FOREXflash replied Mar 18, 2009I manage to make it work, thanks......
How to close trade on close of the bar?
-
How to close trade on close of the bar?
Started Mar 17, 2009|Commercial Content|5 replies
Lets say I open a trade on open of the bar and I want to close it on close of the same ...
-
FOREXflash replied Mar 16, 2009Guys please post your MT4 VOLUME charts for GJ 1H TF...... I realy need to see how huge are the differences between various brokers! I use FXPro, and this is their volume. Thanks
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 16, 2009Malcomb14, Im interested only in one thing......did you trade VSA on MT4, and what is your experience using MT4 volume(VSA)! How big is difference between MT4 and some other(better) data feed? Is is worth it to trade live on MT4!?? Thanks
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 16, 2009Malcomb, Im interested only in one thing......did you trade VSA on MT4, and what is your experience using MT4 volume(VSA)! How big is difference between MT4 and some other(better) data feed? Thanks
Learn to Trade using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 16, 2009Try this....I didnt tested it, but it should work....... I added 2 external variables: extern double TradeFromPrice = 1.3; extern double TradeToPrice = 1.4; So this should trade only range between 1,3000 to 1,4000 Regards
Firebird EA - LimitSell/Buy & StopSell/Buy
-
FOREXflash replied Mar 16, 2009The problem is your english is realy bad, and I realy dont understand what is your request!
Firebird EA - LimitSell/Buy & StopSell/Buy
-
FOREXflash replied Mar 16, 2009Ok, Ill post a code here, but if something happens to me, you will know who did it!!! (FXpro, in you face
)buahahahahahaaa EDIT: Like I already said, I dont belive in EAs, I personaly love to trade myself, and I made this code just for fun, feel ...Learn to Trade using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 16, 2009I have already coded an EA with 4 basic signals, and it is profitable only on 4h TF........the big problem with this method is EXIT!!! If someone have an idea about this, Im all ears, just dont tell me to use some kind of stops, cos I dont like ...
Learn to Trade using VSA (Volume Spread Analysis)
-
FOREXflash replied Mar 16, 2009You must be more precise about your coding request if you want someone to help you!!! Regards
Firebird EA - LimitSell/Buy & StopSell/Buy
-
FOREXflash replied Mar 15, 2009ZenLeow, I tried, but this is over my head......Im failing to code good logic for the hedges....... This is my last try.......I added you update for counting lots, and it is working ok. ...
How to count lots?
-
FOREXflash replied Mar 15, 2009Zen, Im coding just for 3 months now, and Im far away from good coding skills....Im "good" with recoding the old codes, but when it comes to something I need to do all by myself, I stink! UPS....SORRY, YOU ARE RIGHT! Thanks man.......
How to count lots?
-
FOREXflash replied Mar 15, 2009Thank for you time Zen, but I need to count total number of lots that are curently opened for both sides, not a number of trades! something like: If I have curently opened 4 sells with 0.1 lots, now I want to open hedge- 1 sell 0.1 lot & 1 buy (0.4 ...
How to count lots?
-
FOREXflash replied Mar 15, 2009.....But the thing is I want to count total lots for both sides that are curently opened, and execute a new hedge when some of the trades hit TP. I dont know why you think that I wasn asked for help nicely....but ok, PLEASE HELP!
How to count lots?
-
FOREXflash replied Mar 15, 2009Anyone!??? Come on guys, this is a fully coded ea, all i need is a help with the logic for lots, that is all. This is how I count orders........ //+------------------------------------------------------------------+ //| count buys | ...
How to count lots?