@simplex
Active 1 year, 9 months agopipatronic replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 9 years, 11 months ago
well spotted

Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Hi simplex,
thanks. I never compared the correlation with ZZ but I’ll do when I’ve finished my day job.
Regarding the 50 level … Eurusdd mentioned that one should take note of asynchronisms when stochastic value is near the critical values 0, 50, and 100. As this setup is similar to the similarity setups, the %K value should be very high,…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Yes, you are right. But the identification of the state of current cycle length is just the first step. I think the real crucial point is the identification of synchronism between prize and stochastic. For my surveys I’ve used the correlation between prize and stochastic, but it seems that the deviation identification by appying Bollinger bands…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Yes, you are right. But the identification of the state of current cycle length is just the first step. I think the real crucial point is the identification of synchronism between prize and stochastic. For my surveys I’ve used the correlation between prize and stochastic, but it seems that the deviation identification by appying Bollinger bands…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Yes, you are right. But the identification of the state of current cycle length is just the first step. I think the real crucial point is the identification of synchronism between prize and stochastic. For my surveys I’ve used the correlation between prize and stochastic, but it seems that the deviation identification by appying Bollinger bands…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Yes, you are right. But the identification of the state of current cycle length is just the first step. I think the real crucial point is the identification of synchronism between prize and stochastic. For my surveys I’ve used the correlation between prize and stochastic, but it seems that the deviation identification by appying Bollinger bands…[Read more]
Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
Looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Edit: i think i have this worked out. writing it down so when i forget i can look here again
if (priceToStartDrawing>0)[Read more]
{
bool flag = false
end_Draw_index = start_drawPoint_index+1//will be minus if your most current bar in history is indexed as 0
while (end_Draw_index <…Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
looking for a function that will draw a line until it hits price
Lowphat replied to the topic Coders Supporting Coders in the forum Development 9 years, 11 months ago
anyone have time to fix my old extremely poor attempt at copy and pasting code to draw a line from a market inefficiency until it hits price in the future?
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
@smallcat. That’s true. But I haven’t adjusted the settings. If I set the length for 1440 on M1 I’d roughly estimate that prize bounces two to three times back to 0/100 level. But my initial idea was not to use it in a similarity setup – I’d just want to share it with others that may find it interesting as now it shouldn’t give false signals in…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
@smallcat. That’s true. But I haven’t adjusted the settings. If I set the length for 1440 on M1 I’d roughly estimate that prize bounces two to three times back to 0/100 level. But my initial idea was not to use it in a similarity setup – I’d just want to share it with others that may find it interesting as now it shouldn’t give false signals in…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
@smallcat. That’s true. But I haven’t adjusted the settings. If I set the length for 1440 on M1 I’d roughly estimate that prize bounces two to three times back to 0/100 level. But my initial idea was not to use it in a similarity setup – I’d just want to share it with others that may find it interesting as now it shouldn’t give false signals in…[Read more]
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
@smallcat. That’s true. But I haven’t adjusted the settings. If I set the length for 1440 on M1 I’d roughly estimate that prize bounces two to three times back to 0/100 level. But my initial idea was not to use it in a similarity setup – I’d just want to share it with others that may find it interesting as now it shouldn’t give false signals in…[Read more]
smallcat replied to the topic Nature of Markets – Randomness & Probability in the forum Trading Systems Discussion 9 years, 11 months ago
Very interesting @saver0, thanks for this
One question: At your example, “translating” of percentage to fixed money amount ($5 TP & $6 SL in this example), is it including the Commission, Spread, Swap, etc ?Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 11 months ago
Well, I’m not sure. I wasn’t involved in any scamming. Thus, I have to judge from available posts at FF. And from those I’m not sure if Eurusdd/x is/was a scammer. But most probably I should rely on the opinion of senior members … But if everything was a big scam, does it mean that all concepts are worthless, too? And was Madmoney and other…[Read more]
- Load More