The main intention is to follow the trend
Posts made by andreaardenti
-
Percentual Entryposted in Questions & Answers
Hi all,
It's possible to code this?:
if today's open is 20% (20 is an example, it must be an input) more then yesterday close, then entry long - SL at 0% (same yesterday close price) - TP at 60% (60 is an example) more then the yesterday close.
opposite for short
Thank you
Andrea -
RE: Key buy / Key sellposted in General Discussions
____Really simply
Long case: 3 consecutive lower high and lower low candle... the 4th candle break the last short candle... enter buy. that's all
Short case: the opposite of long case[/quote:3ljhvyed]and if you dont find way how to make it with indicator or with block Bulls in row and Bears in row, there still "dirty way" how to make it using army of blocks:
https://fxdreema.com/shared/7TI1vbrpe
and here with Bulls Bears in row block, with "advanced" settings

https://fxdreema.com/shared/T4LMSTn6c
;)[/quote:3ljhvyed]
THANK'S A LOT!!!
Really, thank you for interestingBye
Andrea -
RE: Alert on Indicatorposted in General Discussions
i solved the wrong sell signal putting 2 "once per bar", one for buy condition, one for sell condition (scanner project)
now i wish to add the w% filter....the ea must enter only when the w% signal level is broken, so when the buy signal is active and (buy case here...) the W% break from down to up level -90 it enter on it.... the opposite for sell condition
-
RE: Key buy / Key sellposted in General Discussions
Really simply
Long case: 3 consecutive lower high and lower low candle... the 4th candle break the last short candle... enter buy. that's all
Short case: the opposite of long case -
RE: Key buy / Key sellposted in General Discussions
Hi all,
it's possible to create a key buy / key sell EA?
I attach the key buy example... the opposite is for key sellRegards
Andrea......
600px-Key_buy.png -
RE: Alert on Indicatorposted in General Discussions
__http://prntscr.com/czd5qf
If this is the EA, don't do that with the Spread filter. 2 Spread filters are required here... or better place this one somewhere above.I don't know about Williams - either crossover or > / <. It depends :)[/quote:29yfqn1k]
Crossover.... so when the W% cross the level(s)
-
RE: Alert on Indicatorposted in General Discussions
__http://prntscr.com/czd5qf
If this is the EA, don't do that with the Spread filter. 2 Spread filters are required here... or better place this one somewhere above.I don't know about Williams - either crossover or > / <. It depends :)[/quote:3kq6sr8w]
Thank you
The spread was just a "try what happen"....but what about the signal?
as per image above...
The sell (signal/entry) is incorrectCan you Help me?
-
RE: Alert on Indicatorposted in General Discussions
....and i also wish to add a filter
i wish to filter the entry with williams%
Buy ---> buy only if the W% trigger from down to up the -90 level
Sell --> sell only if the W% trigger from up to down the -10 levelHow i can do add that variables?
Thank you
Andrea -
RE: Alert on Indicatorposted in General Discussions
__I see left-price arrows above and below BB, it looks that it works on both sides. If you think that something is wrong, note that you are working with Candle ID = 0 (the current price), and in the backtest you only see finished candles. Also, if you are waiting for sounds in the Tester... sounds don't work when backtesting :)[/quote:3qsztwxn]
Thank you for your reply.
My doubt was on the EA that make the buy/sell... (not for the sound on BT) as you can see in the image attached, where i put the arrows... they are worng sell entry... it's my fault? maybe i mistake something in the code...
-
RE: Alert on Indicatorposted in General Discussions
Hi, i've coded 2 EA
1st it's possible to use like an indicator (because there is no buy/sell condition)
2nd is the same of above, but do the operation...in both there is an error... if you can see the code, it must alert when the candle close above the bollinger band for long, the opposite for the short.
The long condition seems to be ok, the short condition is wrong...
Can you help me?
Regards
Andrea -
RE: Alert on Indicatorposted in General Discussions
Ok, thank you for your reply, i will try and i will let you know!
-
RE: Alert on Indicatorposted in General Discussions
Hi all,
please i need your help, i wish to code an indicator that alert me with a popup window (and a sound too) when stockastic cross the level (20,80) and when do the same with macd and W% (with theyr own setting)It's possible?
Regards
Andrea