- Search Crypto Craft
- 920 Results (52 Threads, 868 Replies)
-
FOREXflash replied Jun 13, 2009Try this...it should work! If (Vol[0]<v4[0]) { Message("Current Bar Volume: Low"); } Regards
Help with code.
-
FOREXflash replied Jun 13, 2009When I work on something complex, I make a lot of code snipets wich returns either 1,0 or -1. Like this; int SnipetX() { if (((Close[3]<Close[2]) && (Close[2]<Close[1]) && (Close[1]>=Close[0])) && ((Volume[3] < Volume[2]) && (Volume[2] < Volume[1]) ...
Issues about an EA getting complex.
-
FOREXflash replied Jun 13, 2009If you want I can help you even more.....just tell exactly what do you need! Or you can post code here for me to check it out. Regards
Help with code.
-
FOREXflash replied Jun 13, 2009Shamous...is it working?? you also need to put this after init; SetIndexBuffer(5,v4); SetIndexStyle(5,DRAW_NONE); SetIndexBuffer(6,Vol); SetIndexStyle(6,DRAW_NONE); The bold numbers represents a number of buffer...this ones are 5 and 6th. This will ...
Help with code.
-
FOREXflash replied Jun 13, 2009Top of the code; extern int NumberOfBars = 500; extern int MA_Length = 100; //---- buffers double v4[]; double Vol[]; Put this after int Start(); AVGVolume(); Put this at the bottom of the code; int AVGVolume() { double tempv; int limit; int ...
Help with code.
-
FOREXflash replied Jun 13, 2009try to use this..... top off the EA code; extern bool Martingale=false;//|-----------------martingale extern double Multiplier=2.0;//|-----------------multiplier martingale extern double MinProfit=50;//--------------------minimum profit to apply the ...
Help with martingale
-
FOREXflash replied Jun 13, 2009Nothing good in life is free nyse1982!
VSA (tradeguider and VPA converted to MT4)
-
FOREXflash replied Jun 11, 2009Here...I recoded old code and now its working your way! Regards
how to change this to daily h1 box??
-
FOREXflash replied Jun 7, 2009Are you using this on default settings!?? I could easily remove the rest off the unnecesary code and make you a nice new colored indi! PS; The indicator is decompiled, and it is a bitch to understand it! Regards
update MA indicator to use two colors for up and down
-
FOREXflash replied Jun 7, 2009Here...I made a nice trial for the next week. I pretty sure you guys will like it, there is no more bugs in code! Regards
VSA (tradeguider and VPA converted to MT4)
-
FOREXflash replied Jun 7, 2009I just coded another toy....dont get angry, but it seems that alot people here use ma of RSX...so I coded a indi that will color candlesticks using the trend from RSXma! (you dont need rsx indi cos it is hardcoded into indicator!!!) Regards
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Jun 7, 2009Aaaaaaaaaaaaaa......not again!!! This is my old account statement from the old vsa thread.(posted zip) Tick Volume......it simply sucks!
EDIT; this was posted by Obaidah in another thread......the following are H1 charts from esignal and ...Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Jun 5, 2009My last signal got stucked around 157 level....We have a possible distribution level here(low spread, low droping volume, near the top of the 3TF HC. There could be some shakeout seen as a upthrust bar, but I think this will be a nice short(but also ...
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Jun 5, 2009TAO, the famous account demolition expert Lol......I will watch this thread closely!!!


How to Blow $200 account using VSA---
-
FOREXflash replied Jun 5, 2009Wait for the close of the next bar...possible sell to 156!
Trade Using VSA (Volume Spread Analysis)
-
FOREXflash replied Jun 4, 2009Here.....I recoded your indi....now it shows 3 TFs instantly! You can chose all 3 TFs in indicator properties. Regards
3 RSI crossover