Search found 14 matches

by gian9081
20 Jan 2015
Forum: MultiCharts
Topic: How to find this point [SOLVED]
Replies: 1
Views: 944

How to find this point [SOLVED]

Hello, Could anyone help me please? i want to find two points in sequence: min1 and max1. But i want to represent, with the plot, max1 only if it is higher than min1 ( max1 > min1 ); in the contrary case ( if max1 < min1 ) i want that nothing it is represent, both min1 and max1. How can i do this? W...
by gian9081
14 Jan 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

Re: swingHigh/swingLow

How can i put in the code that min2 is the next point that respect the condition1 then the min1 and max2 is the next point that respect the condition2 then the max2?
by gian9081
13 Jan 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

swinglow/swinghigh2

Hello, Could anyone help me please? I'm trying to write this simple code. I would like to find 4 points, min1 max1 min2 max2 in this sequence. i can find the first two point, but i can't identify the other two. I would like that the min2 is higher than the min1 and that the max2 respect the conditio...
by gian9081
13 Jan 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

Re: swingHigh/swingLow

The code works, thank you very much
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

And what about the second "if"?
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

i put that because i think that if the condition1 wasn't met, then it must not be plot. I know that there are some problem with the "else", both in the first condition and the second. But i don't understand where i wrong and how to write it
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

You are right. I call condition1 because i want, like a condition, that it was respected. The Price that i search must be less than the price of the previous three days and than of the price next three days ( in the case of LowPrice ); Price1 istead must be greater than the price of the price of the...
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

Mean you a swingpoint?
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

I attached the entire code so maybe it will be clearer. inputs: Price ( Low ), Price1 ( High ), RightStrenght ( 3 ) ; vars: min1 ( 0 ), max1 ( 0 ); condition1 = Price[3]<Price[4] And Price[3]<Price[5] And Price[3]<Price[6] And Price[3]<Price[2] And Price[3]<Price[1] And Price[3]<Price; condition2 = ...
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

Sorry, i know that i am a recruit, but if i delete the two conditions how can i represent what i want? Can you make an example of what you mean?
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

Re: How to put in sequence this point?

sorry if i post the code in the wrong way. I would like to represent in the graph with the plot, points that stand for Price[3] and Price1[3]; i would like to put in sequence like this: Price[3], Price1[3], Price[3], Price1[3], Price[3], Price1[3], ecc. I attached a figure of what i found with a cod...
by gian9081
11 Jan 2015
Forum: MultiCharts
Topic: How to put in sequence this point?
Replies: 15
Views: 2522

How to put in sequence this point?

Hello, could anyone help me? i would like to represent in sequence, alternating, with the Plot the two point (Price[3] and Price1[3]) that respect the two conditions that were imposed. I hope that someone can help me. I attached the first part of the code. inputs: Price ( Low ), Price1 ( High ), Rig...
by gian9081
09 Jan 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

Re: swingHigh/swingLow

ok, sorry if i was not precise. I would like to represent in the graph of multicharts the "HighPoint" and the "LowPoint" alternating. When the graph identified a HighPoint the next point that will be represent must be a LowPoint, and not another HighPoint. So i can't understand how to represent in t...
by gian9081
08 Jan 2015
Forum: MultiCharts
Topic: swingHigh/swingLow
Replies: 12
Views: 4071

swingHigh/swingLow

Hello, Could anyone help me please? I'm trying to write a simple code that identifies the HighPoint and LowPoint, which must meet two conditions. When these points have been identified, I want to represent them in a way that there is an alternation between these points; that is, when it is represent...

Go to advanced search