Search found 5 matches
- 27 Mar 2018, 21:13
- Forum: Scripts and Functions
- Topic: Auto Trade On Any Trade Platform With AHK More Easy
- Replies: 2
- Views: 1541
Re: Auto Trade On Any Trade Platform With AHK More Easy
if you can import dlls into your MQL or whatever language your trade platform uses, you could probably just also send clicks directly through that without the need for the external AHK scripts. but good job nonetheless of solving your problem Yes ofcourse can do like that, but this perfect for auto...
- 26 Mar 2018, 21:44
- Forum: Scripts and Functions
- Topic: Auto Trade On Any Trade Platform With AHK More Easy
- Replies: 2
- Views: 1541
Auto Trade On Any Trade Platform With AHK More Easy
Hello, i came here when i was searching on the search engine to find how to move mouse cursor arrow to the precise location on screen and then auto click on it, then magic is happen when i combine simple Ahk script to make some click on any button on the screen with help of Shell32.DLL that call fro...
- 09 Feb 2018, 14:27
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 622
- Views: 228636
Re: FindText - Capture screen image into text and then find it Topic is solved
t1:=A_TickCount Text:="|<Up Arrow>*70$11.yTsTUS0M0004MMllrXz7yDwT" if (ok:=FindText(1099, 559, 150000, 150000, 0, 0, Text)) { CoordMode, Mouse X:=ok.1.1, Y:=ok.1.2, W:=ok.1.3, H:=ok.1.4, Comment:=ok.1.5, X+=W//2, Y+=H//2 ; Click, %X%, %Y% } ; MsgBox, 4096,, % "Time:`t" (A_TickCount-t1) " ms`n`n" ; ...
- 04 Feb 2018, 10:37
- Forum: Ask For Help
- Topic: AHK script can not run on VPS ??
- Replies: 3
- Views: 841
Re: AHK script can not run on VPS ??
Ah thanks,
I've found the way to make auto click work on RDP,
Finally
I've found the way to make auto click work on RDP,
Finally
- 01 Feb 2018, 20:49
- Forum: Ask For Help
- Topic: AHK script can not run on VPS ??
- Replies: 3
- Views: 841
AHK script can not run on VPS ??
Hello, iam new here on this forum since i decide to use ahk to automate clicking on a website on my remote desktop (Virtual Private Server / VPS), when i open vps via RDP remote desktop on my laptop and can see script of ahk for auto clicking on a website is working fine, but when i am out of my vps...