Somebody having a idea?
- #67
- Jun 7, 2010 6:25am Jun 7, 2010 6:25am
- Joined Apr 2010 | Status: happy as a pig in shit. | 1,486 Posts
numerical and historical order book data, where? 0 replies
Sorting Variables by Numerical Order 12 replies
Request for numerical indicator to show hh ll of the day 0 replies
Using numerical value in external's 2 replies
DislikedThx for great method. how you are going in with 4 separate lot? and TP on each TP level? what about BE stop loss? when you rich 1-TP level what are you doing with rest 3 position?Ignored
Dislikedthe next code line
gd_132 = (g_iopen_116 - gd_108 / 2.0) / 0.618;
should be changed to:
gd_132 = (g_iopen_116 - 0.382 * gd_108) / 0.618;Ignored
Dislikedin case i got signal long or short i will have 3 tp what i will do
i will open 3 different lot the 3 lot will have same SL
in case tp1 hit 2 lot will be balance in this case i will shift sl to entry level waiting tp2 and tp3
some ppl when tp2 hit shift sl to tp1 level waiting tp3Ignored