Jump to content

Recommended Posts

Posted

educated.

 

pice of crap for me

 

 

http://v8no.com/flash

 

Trade Detection, that´s all?? haha

 

int DetectTradeSignal() {

double l_iadx_20;

double l_iadx_28;

double l_iadx_36;

int li_44;

double l_isar_0 = iSAR(NULL, g_timeframe_296, gd_300, gd_308, 0);

double l_isar_8 = iSAR(NULL, g_timeframe_296, gd_300, gd_308, 1);

int l_count_16 = 0;

if (l_isar_8 > l_isar_0) {

if (l_isar_0 <= Ask) l_count_16++;

} else {

if (l_isar_8 < l_isar_0)

if (l_isar_0 >= Bid) l_count_16--;

}

if (l_count_16 != 0) {

l_iadx_20 = iADX(NULL, g_timeframe_284, g_period_288, g_applied_price_292, MODE_MAIN, 0);

l_iadx_28 = iADX(NULL, g_timeframe_284, g_period_288, g_applied_price_292, MODE_PLUSDI, 0);

l_iadx_36 = iADX(NULL, g_timeframe_284, g_period_288, g_applied_price_292, MODE_MINUSDI, 0);

if (!(l_iadx_20 > l_iadx_28 && l_iadx_20 > l_iadx_36 && l_iadx_20 > gd_276)) l_count_16 = 0;

}

 

return (l_count_16);

}

 

Posted
Yeah Mac I agree wholeheartedly. The first trade is bombing out but I'll try again with a greatly reduced TP. If an EA with no meaningful parameters bombs out first go the it's to the recycle bin I say. If it can scrape in 25 pips guaranteed then I might even use it. I like your comment on the chart log. Appropriate after all the dodgy promos.
Posted
It places two trades. The first one got the 40 pips and the second (80pips) stopped at $3.26 so it must have a TP lock of some sort. I'll be watching this one. Who knows... maybe I'll make back all the money I lost using FapTurbo...
Posted
It places two trades. The first one got the 40 pips and the second (80pips) stopped at $3.26 so it must have a TP lock of some sort. I'll be watching this one. Who knows... maybe I'll make back all the money I lost using FapTurbo...

 

good luck , wish you many pips, don´t over leverage otherwise the big bang comes.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...