@negarmilad سلام .تو کاندیشن کانورتت اون قسمت وسط که نوشته ایز ابو ینی همونجایی که علامت بزرگتر یا کوچکتر میذاری تو قسمت بای باید بالاتر یا بیشتر از اون مقدار دوم باشه ینی علامت <و تو قسمت سل باید علامت > رو بذاری
Best posts made by mmmmmmmmmm
-
RE: گروه روبومستر سلیمانی خواهposted in Questions & Answers
-
RE: I'm sorry. Website was hacked. It's my fault.posted in Questions & Answers
@GeoFX said in I'm sorry. Website was hacked. It's my fault.:
Hey mate! What @jstap meant to express, is it is in your best interest to start a new thread for your question to make it easier for the community to help with your request
This current thread has entirely different subject, so in order to keep communication effectively for a future reference, kindly follow this link and hit New topic button to create a new user requestThanks . I now understand what you mean. How can I delete the topic?
Latest posts made by mmmmmmmmmm
-
RE: OrderSend error 138posted in Questions & Answers
@saeedkey سلام OrderSend error 13
خواستم بپرسم تونستی مشکل رو حل کنی ؟ من الان به این مشکل خوردم و نمیدونم چکار کنم
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe thank you man Your guidance was helpful
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe The loop capacity is not specified. Perhaps the number of fibs reaches 50 or 100. Based on the test we conducted, the capacity of each loop may be less than ten. However, overall, if this is correct, a solution can be found for it within the framework of your suggestion.
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe So I need the block "this block can create one object per bar" to be set to "yes".
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe Thank you. But as I mentioned, I need the previous fibs to remain, and whenever a fib reaches expiration conditions, it should be deleted; otherwise, it should stay...
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe I want only two fibo to be on the page according to your suggestion, and it should delete the fibos before the second one. If this works correctly, its effect will be evident. I'll try this and let you know.
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe Thanks for your suggestion. However, I need old fibs that have not expired. Fibs expire when the price goes above their level 6. If it doesn't go, the fib remains. Considering your suggestion, an idea came to my mind that if the problem is as you say, my idea is to group them in sets of 5 or 10. What do you think?
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe From the latest of them... My goal in this code is to find the latest Fibonacci and the latest white line.
-
RE: loop object fibonacciposted in Questions & Answers
@chrisbe The white lines are for Fibonacci level zero. It means that every Fibonacci drawn is represented by a white line on level zero. I did this to test the loop. However, even after some time of operation, the robot cannot even find these white lines. You can turn it off in the raw code. Also, by turning on the delete block, you can automatically delete any object that exits the Fibonacci range.