@ambrogio thx for the replay. I dont get it about points and pips. why is it 150pips . point and pips are the same in this situation? 1000 point is 1 eu right?
Posts made by William 1
-
RE: Cant drawposted in Questions & Answers
-
RE: Cant drawposted in Questions & Answers
I also tried with Condition and using adjust +1500 on the current candle
. nothing is working. could some please tell me what i did wrong -
Cant drawposted in Questions & Answers
Hello everyone
in my project its calculate the difference between the previous close price and the current open price when the value is more then 1500 point its will draw. but for some reason its doesnt. Could you take a look?
project:https://fxdreema.com/shared/EXU9Lzh5e
-
RE: draw line at the next open price (stock)posted in Questions & Answers
@l-andorrà I like to make a analyses. If the gap between candle ID 1 (close) and candle ID 0 (opening) is equal or more then 2%. there will put a arrow on the opening price in ID 0
-
draw line at the next open price (stock)posted in Questions & Answers
Hello everyone
When I look at the price of a stock chart its have some times a huge difference between closing price form yesterday and the opening price of today.
Does anyone know how to draw a line base on the picture below.

-
RE: MACD Divergenceposted in Questions & Answers
@l-andorrà is it possible to draw two line one for point a and the second one on b. But the hardest one is point a. Cause there is no ref
-
MACD Divergenceposted in Questions & Answers
Hello everyone.
At this moment I try to learn the "MACD Divergence". But i dont understand some things . Is it possible to show a divergence line (string) ( the difference between A and B) if the value is greater then 0.01000? Im not talking about threshold.

-
RE: Constant inputposted in Questions & Answers
Does goes with adjust. Cause it have number and tekst. For example "+100 pips"
Whats the difference between "int" and "doub".
The reason i ask is i dont understand the link you gave to me
-
Constant inputposted in Questions & Answers
Hello everyone
Im new to the constant input so i have a question about it. Where can i all the different kind of type and name.
For example: if i want a tp, sl, adjust. Should i use double or int and does the name needs to begin with "My" with a caps?
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@jacque82 I have update my project: https://fxdreema.com/shared/ycRb93ctd

I have added a draw line to make a point between candle and the price for check distance. But its still doesnt work. Also tried conecting condition - check distance or draw line - check distance. still same result.
Its supose to be a easy. perhapse it doesnt work like this?
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@jacque82 i was hoping to trigger the check distance with the ma cross over.
And pending order trigger with check distance
How should i trigger them
-
RE: Distance Check Function - Need help!posted in Questions & Answers
@Highmoose i have the same check distance
problem right now could you share a link how you solve it? -
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@jacque82 i think you are right i have draw it wrong. But the principle is still the same. Cross over en then check distance. I have tried disconnected the pending order and check distance to test the MA cross over with sell now. Its works. But i have doubt about check distance block. Could you check my project link if its correct. Its above your previous msg. Thx
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@l-andorrà Perhapse two pending orders is much to risky and to complex. I'll replace the first pending with check distance. I think thats makes more sence
Project: https://fxdreema.com/shared/gyHE9cBMc
I like to have this as followed:
- when the MA 50 (cyan) crossing above MA 20 (red) its will triggers.
- from that point the check distance will be triggered.
- if the distance price from point 2 to point 3 is +20 pips the pending order will make a open price on 20
- at this point its sell when its meet the price
Problem now is it wont trade for some reason. is it the check distance? i have tried to but the market propeties on the top and on the bottom its still doesnt work. cant figure it out pls help.
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
Its about pending order. Its doenst buy or sell right away. It need to test the price first.
But let me ask you this. How can I make a new pending order basis on the previous order that is close.
For example if the first order is close at 1.0000. I like to start the next pending order at 1.0000. Is dat possible.
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
Is it also possible to base on pending orders.
For example: if the price is 1.0000. The pending order will be make at +400 pips (offset). So I will buy at 1.0400.
But the price goes down. So the pending order will be close.
When its close i like to use the previews pending order price to make a new one. Selling pending.
The previews one is 1.0400. When it reach that price it will trigger a selling pending order. Also 400 pips offseIts kinda risky if i buy or sell now. By putting a order.
Its basically a reversal trend testing before executing.
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@l-andorrà its more about the price level. Between the current price and future must be +400 pips. After that a pending order wil be make.
The only thing that i dont understand hiw to make is between the current price and the future must be 400 pips.
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
for some reason it doesnt work : https://fxdreema.com/shared/MUveQ3nqb
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@jacque82 its pending. Do you suggest with 2 pending order or first condition then pending order
-
RE: Using the last pending order for a new pending order.posted in Questions & Answers
@l-andorrà the idea is when the ma 100 is above 50 ma the condition will be activate.
the distance between the current price need +400 pips. After it reach. it need to be bounce back to the price level as (the current price before) -400.
i have struggle with the distance between the current price and +400
can you help me