Jump to content

fapturbo flash


yaron222

Recommended Posts

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);

}

 

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...